home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
Origami
/
rexx
/
test5.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-09-26
|
257b
|
15 lines
/* test 5 : test ISDEF command */
Options Results
address ORIGAMI
ISDEF message
if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
else say 'Result was 'Result
ISDEF undefined
if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
else say 'Result was 'Result